* doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit.
authorGlenn Morris <rgm@gnu.org>
Sat, 2 Nov 2013 23:36:32 +0000 (16:36 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 2 Nov 2013 23:36:32 +0000 (16:36 -0700)
doc/emacs/ChangeLog
doc/emacs/cmdargs.texi

index 7c2c63209e94e212e55f8fa4d3993693b6218c4d..04f11577718941c9c827c82c984a80c032691841 100644 (file)
@@ -1,6 +1,6 @@
 2013-11-02  Glenn Morris  <rgm@gnu.org>
 
-       * cmdargs.texi (Action Arguments): Clarify that `-L' prepends.
+       * cmdargs.texi (Action Arguments): Clarify `-L' a bit.
 
 2013-10-23  Glenn Morris  <rgm@gnu.org>
 
index 5c43b1ac85d1ac0c35eaaecdc7ee6fa3097811c8..1ef6529f2959415202d528eb5d6e7864cacef105 100644 (file)
@@ -136,6 +136,9 @@ visited.
 @itemx --directory=@var{dir}
 @opindex --directory
 Prepend directory @var{dir} to the variable @code{load-path}.
+If you specify multiple @samp{-L} options, Emacs preserves the
+relative order; i.e., using @samp{-L /foo -L /bar} results in
+a @code{load-path} of the form @code{("/foo" "/bar" @dots{})}.
 
 @item -f @var{function}
 @opindex -f